projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e7b9e
)
(posn-timestamp): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 1 Jun 1993 20:52:15 +0000
(20:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 1 Jun 1993 20:52:15 +0000
(20:52 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index e0da47446b8d319f00934ecfc5d196bc2b67c33a..c652c8893bcc3f5d3be18b7ec8f9d1e15d40b7c6 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-338,7
+338,7
@@
as returned by the `event-start' and `event-end' functions."
"Return the timestamp of POSITION.
POSITION should be a list of the form
(WINDOW BUFFER-POSITION (COL . ROW) TIMESTAMP)
-
n
as returned by the `event-start' and `event-end' functions."
+as returned by the `event-start' and `event-end' functions."
(nth 3 position))
\f